
install


UPDATE sed_auth SET auth_rights = 3, auth_rights_lock = 128 WHERE auth_code = 'comments' AND auth_groupid = 1;

ALTER TABLE sed_com ADD com_authoremail VARCHAR(100) NOT NULL AFTER com_authorip,
		ADD com_authorsite VARCHAR(100) NOT NULL AFTER com_authoremail;



uninstall

UPDATE sed_auth SET auth_rights = 1, auth_rights_lock = 254 WHERE auth_code = 'comments' AND auth_groupid = 1;

ALTER TABLE sed_com DROP com_authoremail, DROP com_authorsite;